CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - IOCP CLIENT

搜索资源列表

  1. NewUdpCode

    0下载:
  2. IOCP udp client,可以完美实现所有win32下面的网络编程,高效-IOCP udp client, can be the perfect realization of all the following win32 network programming, and efficient
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:52981
    • 提供者:Pittxia
  1. Completion_Ports

    0下载:
  2. 当你开发不同类型的软件,你迟早必须处理C/S的开发。对一个程序员来说,写一个通用的C/S编码是一项困难的工作。本文档提供了一份简单但是功能强大的C/S源码,可以扩展到任何类型的C/S应用程序中。这份源码使用了高级的IOCP技术,该技术可以高效的服务于多客户端。IOCP提供了解决“每个客户端占用一个线程”的瓶颈问题的办法,只使用几个处理线程,异步输入/输出来发送/接收。IOCP技术被广泛应用在各种类型的高效服务端,例如Apache等。这份源码也提供了一系列的在处理通信和C/S软件中经常使用的功能,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:151660
    • 提供者:高军
  1. IoCPCilent

    0下载:
  2. 这是我做的一个iocp服务器的客户端测试程序,用的是事件选择的重叠端口模型,希望能对大家有帮助-This is my server to do a iocp client testing procedures are used in case of overlap select port model, there is the hope that it can assist U.S.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-16
    • 文件大小:3942692
    • 提供者:华杰
  1. Udp_multicast_client_server

    0下载:
  2. 本例说明了如何将IOCP机制应用于UDP协议。本例中包含两个工程(UDP_Multicast_IOCP_CLIENT和UDP_Multicast_IOCP_SERVER),分别是客户程序和服务器程序。主要功能是基于I/O完成端口的IP多播。-This example shows how the mechanism will be applied to UDP protocol IOCP. In this case consists of two projects (UDP_Multicast_I
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:11944
    • 提供者:wanglei
  1. FISHIOCP

    1下载:
  2. 完成端口以及实例.这是一套 (Server+Client) 基于 IOCP 的通讯控件 现在他还非常简陋,但我有理由相信他以后会越来越好的 如果你有任何修改过的版本,我希望你能给我发一份-Completion of the port, as well as examples. This is a (Server+ Client) communication control based on IOCP He also is very simple now, but I have
  3. 所属分类:Delphi控件源码

    • 发布日期:2014-02-19
    • 文件大小:380212
    • 提供者:roy.mac
  1. HighPerformanceUDPServer

    1下载:
  2. 基于IOCP的高性能UDP协议设计,包括server端及Client端-IOCP based on UDP protocol, high-performance design, including server-side and Client-side
  3. 所属分类:TCP/IP Stack

    • 发布日期:2014-12-11
    • 文件大小:22783
    • 提供者:刘军升
  1. IOCP_Demo

    0下载:
  2. icop程序的演示例子,包括服务器和客户端程序-it is network demo, for iocp demo code, include both server and client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:41623
    • 提供者:zhangsan
  1. UDP_Multicast_IOCP_CLIENT

    0下载:
  2. UDP Multicast IOCP Server/ Client source
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-13
    • 文件大小:3418023
    • 提供者:skygon park
  1. iocptest

    0下载:
  2. iocp完成端口服务器与客户端通信测试好例子学习通信好例子服务器与客户端通信-iocp server and client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1403750
    • 提供者:hu
  1. Internet-Manager

    0下载:
  2. 简单的IOCP客户端远控的模型,简化自netbot源码,适合扩充功能开发远控类程序。-Simple IOCP client remote control model, simplified from netbot source for development of remote control extension class program.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:958846
    • 提供者:moliang
  1. styleman_iocp

    0下载:
  2. iocp_test 演示了styleman_iocp的使用方法. netclienttest 使用styleman_network的客户端来连接上面iocp_test服务端. 经测试,iocp引擎可达到1000 tcp网络连接.并发每秒1KB/S的收发速度.-iocp_test demonstrates styleman_iocp to use. netclienttest use styleman_network client to connect to the serve
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:369126
    • 提供者:asdffd
  1. IOCP

    0下载:
  2. 完成端口功能说明:实现服务器发送结构体到客户端,接收后进行解析,获取发送的结构数据,并显示在IDC_LOGG控件里-Completion port function Descr iption: server to send the structure to the client, receive and parse, access to send structured data, and displayed in the IDC_LOGG control
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:316991
    • 提供者:longsq
  1. iocp

    0下载:
  2. Sock完成端口模型,包括客户端和服务器端 很好的学习例子-Sock IOCP Model, including client and server. It s very good for studying SOCK IOCP.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-28
    • 文件大小:32600
    • 提供者:mrw
  1. IocpClient

    0下载:
  2. IOCP 客户端 if(ERR_SUCCESS != client.Connect("localhost", 3292)) { printf("连接失败 \n") } while(1) { scanf(" s", szBuffer) client.Send(szBuffer,strlen(szBuffer)+1) //client.Receive(szBuffer, 512) //printf("
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-16
    • 文件大小:9474
    • 提供者:赵子龙
  1. IOCP

    0下载:
  2. VC++ 实现的IOCP服务端与客户端引擎-The IOCP server VC++ realize client engine
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-10
    • 文件大小:13658
    • 提供者:GWL
  1. IOCP-Socurecode

    1下载:
  2. windows下学习高并发服务器的IOCP源代码,有客户端的和服务器端的,希望对你有帮助-Learning under windows IOCP high concurrent server source code, the client and server side, and I hope to help you
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-21
    • 文件大小:1659118
    • 提供者:Gavin
  1. IOCP-SRC

    0下载:
  2. IOCP的编程测试程序,包括客户端和服务器端!-IOCP programming testing procedures, including client and server side!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:163613
    • 提供者:LiChunyang
  1. iocp

    0下载:
  2. 易语言写的iocp服务器/客户/udp,很稳定很强大-Written in easy language iocp server/client/udp, very stable very powerful
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:33351
    • 提供者:一二的
  1. IOCP-SRC-TCP

    0下载:
  2. IOCP 里面包含一个客户端代码,及服务端代码,可以为喜欢通信的朋友很好的借鉴。-IOCP which contains a client code and server code, you can communicate with friends like a good reference.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-18
    • 文件大小:28112691
    • 提供者:姜辉
  1. IOCP

    0下载:
  2. iocp简单的demo,实现了一个服务器,客户端-iocp simple demo, implements a server, the client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:5074
    • 提供者:biscuit
« 1 23 4 5 6 »
搜珍网 www.dssz.com